ComponentOne ASP.NET MVC Controls
CssMatch Method

C1.Web.Mvc.Fluent Namespace > AutoCompleteBaseBuilder<T,TControl,TBuilder> Class : CssMatch Method
The value.
Configurates C1.Web.Mvc.AutoCompleteBase<T>.CssMatch. Sets the name of the CSS class used to highlight any parts of the content that match the search terms.
Syntax
'Declaration
 
Public Overridable Function CssMatch( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder CssMatch( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
By default, this property is set to null, which causes the matching terms to be shown in bold. You can set it to the name of a CSS class to change the way the matches are displayed.
See Also

Reference

AutoCompleteBaseBuilder<T,TControl,TBuilder> Class
AutoCompleteBaseBuilder<T,TControl,TBuilder> Members